home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 2.iso / pc / data / main.dir / 00038.ls < prev    next >
Encoding:
Text File  |  1998-05-14  |  104 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   bgmplay()
  8.   go("GAME")
  9.   exit
  10. end
  11.